home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Think Class Libraries
/
CStaticTextPane 1.0
/
CStaticTextPane
/
CStaticTextPane.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-30
|
404 b
|
16 lines
|
[
TEXT/KAHL
]
#pragma once
#include "CTextPane.h"
struct CStaticTextPane : CTextPane
{
void IStaticTextPane( CView *anEnclosure, CBureaucrat *aSupervisor, short lineWidth );
virtual void UpdateMenus( void );
virtual void DoCommand( long theCommand );
virtual void DoKeyDown( char theChar, Byte keyCode, EventRecord *macEvent );
virtual void DoAutoKey( char theChar, Byte keyCode, EventRecord *macEvent );
};